home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_1
/
PlaceObject3_85_10
/
CLIPACTIONRECORD onClipEvent(mouseDown).as
< prev
next >
Wrap
Text File
|
2007-01-15
|
194b
|
10 lines
onClipEvent(mouseDown){
if(this.hitTest(_root._xmouse,_root._ymouse,true))
{
var1 = 1;
dragging = true;
}
xx = _root._xmouse - _X;
yy = _root._ymouse - _Y;
}